home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Think Class Libraries / CAnimCursor / CAcurError.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-30  |  378 b   |  30 lines  |  [TEXT/KAHL]

  1. /*
  2.  * CAcurError.h
  3.  * Version 1.0b3, 18 May 1992
  4.  *
  5.  */
  6.  
  7.  
  8.  
  9. /********************************/
  10.  
  11. #pragma once
  12.  
  13. /********************************/
  14.  
  15. #include <CError.h>
  16.  
  17. /********************************/
  18.  
  19.  
  20.  
  21. class CAcurError : public CError {
  22.     
  23. public:
  24.     
  25.     void            SevereMacError(OSErr macErr);
  26.     Boolean        CheckOSError(OSErr macErr);
  27.     void            PostAlert(short STRid, short index);
  28.     
  29. } ;
  30.